home *** CD-ROM | disk | FTP | other *** search
- @import url("chrome://global/skin/");
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- separator, #webdeveloper-message-dialog
- {
- margin: 0 !important;
- padding: 0 !important;
- }
-
- #webdeveloper-message
- {
- font-weight: bold !important;
- padding-right: 35px !important;
- }
-
- #webdeveloper-message-details
- {
- background-color: #ffffff !important;
- color: #000000 !important;
- padding: 0.5em !important;
- }
-
- #webdeveloper-message-details box
- {
- background-image: url("chrome://webdeveloper/content/images/logo/large.png") !important;
- background-position: top right !important;
- background-repeat: no-repeat !important;
- min-height: 35px !important;
- }
-
- .url
- {
- color: #0000ff !important;
- cursor: pointer !important;
- text-decoration: underline !important;
- }
- .url:hover
- {
- color: #ff0000 !important;
- }